func slices.symMergeCmpFunc
5 uses
slices (current package)
zsortanyfunc.go#L348: symMergeCmpFunc(data, a, a+blockSize, b, cmp)
zsortanyfunc.go#L353: symMergeCmpFunc(data, a, m, n, cmp)
zsortanyfunc.go#L378: func symMergeCmpFunc[E any](data []E, a, m, b int, cmp func(a, b E) int) {
zsortanyfunc.go#L453: symMergeCmpFunc(data, a, start, mid, cmp)
zsortanyfunc.go#L456: symMergeCmpFunc(data, mid, end, b, cmp)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |